home *** CD-ROM | disk | FTP | other *** search
- object FormConfig: TFormConfig
- Left = 254
- Top = 159
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'FormConfig'
- ClientHeight = 202
- ClientWidth = 303
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Main_PageCtrl: TPageControl
- Left = 8
- Top = 8
- Width = 289
- Height = 161
- ActivePage = Gen_Sheet
- HotTrack = True
- TabOrder = 0
- object Gen_Sheet: TTabSheet
- Caption = 'General'
- object Gen_Panel: TPanel
- Left = 8
- Top = 8
- Width = 265
- Height = 113
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object StatusPos_Label: TLabel
- Left = 16
- Top = 56
- Width = 104
- Height = 13
- Caption = 'Position of Statusbar:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object BackCol_Btn: TButton
- Tag = 1
- Left = 16
- Top = 80
- Width = 73
- Height = 21
- Caption = 'Back'
- TabOrder = 3
- OnClick = ChangeColor_Cmd
- end
- object FontCol_Btn: TButton
- Tag = 2
- Left = 138
- Top = 80
- Width = 73
- Height = 21
- Caption = 'Font'
- TabOrder = 5
- OnClick = ChangeColor_Cmd
- end
- object BackCol_Panel: TPanel
- Left = 96
- Top = 81
- Width = 31
- Height = 19
- BevelOuter = bvLowered
- TabOrder = 4
- end
- object FontCol_Panel: TPanel
- Left = 218
- Top = 81
- Width = 31
- Height = 19
- BevelOuter = bvLowered
- TabOrder = 6
- end
- object StatusPos_Combo: TComboBox
- Left = 160
- Top = 52
- Width = 89
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'Bottom'
- 'Top'
- 'Nowhere')
- end
- object GridLines_Chk: TCheckBox
- Left = 16
- Top = 16
- Width = 161
- Height = 17
- Caption = 'Show Gridlines in all Listviews'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object SysFont_Chk: TCheckBox
- Left = 16
- Top = 32
- Width = 221
- Height = 17
- Caption = 'Draw Items in ListViews with System Font'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- end
- end
- end
- object Lists_Sheet: TTabSheet
- Caption = 'Lists'
- ImageIndex = 1
- object Lists_Panel: TPanel
- Left = 8
- Top = 8
- Width = 265
- Height = 113
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Label1: TLabel
- Left = 16
- Top = 46
- Width = 55
- Height = 13
- Caption = 'Bookmarks:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 16
- Top = 62
- Width = 70
- Height = 13
- Caption = 'Search Result:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label3: TLabel
- Left = 16
- Top = 78
- Width = 67
- Height = 13
- Caption = 'Copied Items:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object AutoClose_Chk: TCheckBox
- Left = 16
- Top = 16
- Width = 214
- Height = 17
- Caption = 'Close the list dialog automaticly on jump'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- end
- object LoadBookMarks_Chk: TCheckBox
- Left = 96
- Top = 44
- Width = 72
- Height = 17
- Caption = 'Auto Load'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 1
- end
- object LoadSearchRes_Chk: TCheckBox
- Left = 96
- Top = 60
- Width = 72
- Height = 17
- Caption = 'Auto Load'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 2
- end
- object LoadCopyItems_Chk: TCheckBox
- Left = 96
- Top = 76
- Width = 72
- Height = 17
- Caption = 'Auto Load'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 3
- end
- object SaveBookMarks_Chk: TCheckBox
- Left = 176
- Top = 44
- Width = 72
- Height = 17
- Caption = 'Auto Save'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 4
- end
- object SaveSearchRes_Chk: TCheckBox
- Left = 176
- Top = 60
- Width = 72
- Height = 17
- Caption = 'Auto Save'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 5
- end
- object SaveCopyItems_Chk: TCheckBox
- Left = 176
- Top = 76
- Width = 72
- Height = 17
- Caption = 'Auto Save'
- Checked = True
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clMaroon
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- State = cbChecked
- TabOrder = 6
- end
- end
- end
- end
- object Ok_Btn: TButton
- Left = 88
- Top = 176
- Width = 65
- Height = 21
- Caption = '&OK'
- Default = True
- TabOrder = 1
- OnClick = OkApply_Cmd
- end
- object Cancel_Btn: TButton
- Left = 160
- Top = 176
- Width = 65
- Height = 21
- Cancel = True
- Caption = '&Cancel'
- TabOrder = 2
- OnClick = Cancel_Cmd
- end
- object Apply_Btn: TButton
- Left = 232
- Top = 176
- Width = 65
- Height = 21
- Caption = '&Apply'
- TabOrder = 3
- OnClick = OkApply_Cmd
- end
- object ColorDialog1: TColorDialog
- Ctl3D = True
- Options = [cdFullOpen]
- Left = 8
- Top = 172
- end
- end
-